From ac61376c323b0040f4d63b3747aff9e45e192ae6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 3 Apr 2023 06:50:52 -0400 Subject: [PATCH] Add comment on versions Some versions are specfied in multiple places. Add a reminder to update all places. --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 3c2887d031..af2b0cee43 100644 --- a/meson.build +++ b/meson.build @@ -10,6 +10,7 @@ project('gtk', 'c', meson_version : '>= 0.60.0', license: 'LGPL-2.1-or-later') +# keep these numbers in sync with wrap files where there exist glib_req = '>= 2.72.0' introspection_req = '>= 1.72.0' # keep this in sync with glib pango_req = '>= 1.50.0' # keep this in sync with .gitlab-ci/test-msys.sh -- 2.30.2